CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 平滑 matlab

搜索资源列表

  1. 1

    0下载:
  2. 数字图象处理基本的matlab语句高斯平滑滤波器的原理-Digital image processing matlab statement of basic principles of Gaussian smoothing filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:8436
    • 提供者:fkejjj
  1. PDE_in_image_processing

    2下载:
  2. 包含五个文件夹。 (1)MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) 视频剪辑:,"two_cells"是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程;"denoissing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7247777
    • 提供者:钱得龙
  1. matlab

    0下载:
  2. matlab 图像处理 直方图变换 平滑滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:607
    • 提供者:haigang
  1. meanshiftSmoothing

    0下载:
  2. 主要应用Matlab实现均值漂移算法在图像平滑中应用-Application of Matlab to achieve the major shift algorithm applied in image smoothing
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1076
    • 提供者:刘奎
  1. Smooth_compare

    0下载:
  2. DOA估计中,2MUSIC算法的前后向平滑与前向、后向平滑的比较。-This is the DOA estimation by ULA and spatial smoothing.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1621
    • 提供者:白色可乐
  1. pinghualvbo

    0下载:
  2. 信号平滑滤波代码,用于平滑滤波处理,由Matlab编成-Signal smoothing filter code for smoothing filter processing, compiled by the Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1039
    • 提供者:linbo
  1. Matlab

    0下载:
  2. 实现图片A到图片B的平滑变化,输出gif格式图片-A B pictures to the picture to achieve a smooth change in output gif format picture
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8632839
    • 提供者:Cromy
  1. scalebilateral

    0下载:
  2. MATLAB实现图像的保边平滑滤波——双边滤波器-TLAB Image smoothing edge preserving- bilateral filter
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1184
    • 提供者:wxc
  1. LIANGDU

    0下载:
  2. 基于亮度直方图的纹理特征,包含均匀度、平滑度、一致性、熵等六个特征。-Brightness histogram-based texture features, including uniformity, smoothness, uniformity, entropy and other six characteristics.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:986
    • 提供者:陈铭
  1. mosaic

    0下载:
  2. 为兰开夏学弟们服务,CV作业,图像拼接,加权平滑融合,原创-Their services for the Lancashire Xiaxue Di, CV operation, image mosaic, weighted smooth integration of original
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:538715
    • 提供者:simple
  1. matlab

    0下载:
  2. 使用matlab进行图片加噪,DCT变换,平滑滤波等处理-Add noise to images using matlab, DCT transform, filtering and other processing
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:215784
    • 提供者:wendy
  1. matlab-1

    0下载:
  2. 图像增强是指按特定的需要突出一幅图像中的某些信息,同时,消弱或去除某些不需要的信息的处理方法。其主要目的是处理后的图像对某些特定的应用比原来的图像更加有效。图像增强技术主要有直方图修改处理、图像平滑化处理、图像尖锐化处理和彩色处理技术等。-Image enhancement refers to the need to highlight a specific image in some of the information, the same time, weaken or remove som
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:3875
    • 提供者:wanghui
  1. MATLAB-gui

    0下载:
  2. 编写MATLAB函数实现灰度调整,对比度增强,直方图均衡,局部平滑,中值滤波,频率域平滑与锐化-Write MATLAB function to achieve gray scale adjustment, contrast enhancement, histogram equalization, local smoothing, median filtering, frequency domain smoothing and sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:857954
    • 提供者:李孤
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  1. spike-distance-programs

    0下载:
  2. 对多次重复时间序列(神经生物系统中神经元得放电序列,Spike train)做PSTH,并进行高斯平滑,对时间间隔进行统计分析。-compute gaussian smooth, spike ISI
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:39110
    • 提供者:张莹莹
  1. 5.MUSIC-MATLAB

    0下载:
  2. 空间平滑MUSIC算法的MATLAB程序-Spatial smoothing MUSIC algorithm MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1623
    • 提供者:happy0
  1. matlab

    0下载:
  2. 利用巴特沃斯(Butterworth)高通滤波器对受噪声干扰的图像进行平滑处理-Using Butterworth (Butterworth) high-pass filter for image noise by smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:526
    • 提供者:鲁松
  1. MATLAB-indemination

    1下载:
  2. 利用MAT—LAB对实验数据进行了基于表面轮廓法的三维图像重构,观察不同的平滑领域参数以及轮廓提取阈值对三维重构效果的影响。-In this paper,taking advantage of MATLAB we reconstruct experiment data into three dimension image in the way of feature-based method, and observe the effect of different parameters,s
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:935668
    • 提供者:姜南
  1. MATLAB

    3下载:
  2. MATLAB程序 1:MUSIC 算法MATLAB程序 2:ESPRIT 算法MATLAB程序 3:Root-MUSIC算法MATLAB程序 4:面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序 5:空间平滑MUSIC算法的MATLAB程序 6:角度和时延联合估计(JADE)算法MATLAB程序 7:传播算子DOA估计算法MATLAB程序 8:基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序 -MATLAB prog
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:14972
    • 提供者:丁军军
  1. smooth_spectrum

    0下载:
  2. smooth_spectrum频谱平滑matlab程序,使用起来很方便,可以指定平滑的参数。-smooth_spectrum code with matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1024
    • 提供者:吕宁
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »
搜珍网 www.dssz.com